.ceil-container {
    width: 100%;
    height: 40px;
    background-color: #444;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ceil-container .wrapper {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.ceil-info-container {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 1440px;
    top: 0;
    color: #FFF;
    /*flex-wrap: wrap;*/
}

.ceil-info {
    white-space: nowrap;
}

.ceil-info {
    margin: 0 15px;
}

.logo-container {
    width: 100%;
    height: 105px;
}

.logo-container .wrapper {
    width: 96% !important;
    height: 100%;
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
}

.logo-info-container {
    width: 50%;
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo-image {
    /*min-width: 340px;*/
    /*height: 60px;*/
}

.logo-image img {
    width: 254px;
    height: auto;
}

.logo-info {
    /*height: 60px;*/
    margin: 0 25px;
}

.logo-info-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}

.logo-info-desc {
    color: #707070;
    font-size: 16px;
}

.logo-contact {
    /*height: 100%;*/
    display: flex;
    align-items: center;
}

/*.logo-contact-icon {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    margin-right: 10px;*/
/*}*/
/*.logo-contact-info {*/
/*    font-size: 18px;*/
/*    line-height: 1.5;*/
/*}*/
.logo-contact-tel {
    font-size: 40px;
    color: #173a94;
    font-weight: bold;
}

.logo-navbar-container {
    width: 34%;
    height: 100%;
    /*margin-top: 20px;*/
    /*align-self: flex-end;*/
}

.logo-navbar-search-container {
    height: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}